This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class AFPURL | ||||
class, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
A class for an Apple File Protocol URL | ||||
Clear | ||||
method, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Clears all properties. | ||||
IsAFPURL as boolean | ||||
method, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false | ||
Function:
Is the string in the URL property a valid URL? | ||||
Notes:
Requires Mac OS X or on Mac OS Classic the AppleShare system extension. | ||||
MakeURL | ||||
method, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Creates an URL from the values of this class. | ||||
Notes:
Requires Mac OS X or on Mac OS Classic the AppleShare system extension. | ||||
ParseURL | ||||
method, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Reads the URL property and fills all the other properties. | ||||
Notes:
Requires Mac OS X or on Mac OS Classic the AppleShare system extension. | ||||
Password as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The password for this URL. | ||||
Path as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The path for this URL. | ||||
Notes:
If you want to mount a path from a volume this is the Path. | ||||
protocol as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The protocol for this URL. | ||||
Notes:
e.g. this can be "ip" for a TCP/IP based connection. | ||||
server as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The server for this URL. | ||||
Notes:
e.g. "192.168.1.16" or "idisk.mac.com" or just "ibook". | ||||
ServerVolumes as AFPVolumes | ||||
method, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Connects to the server and takes a list of the volumes on this server. | ||||
Notes:
Requires Mac OS X or on Mac OS Classic the AppleShare system extension. This method only uses the properties Server, Zone, UserAuthenticationModule, UserName and Password from this class. | ||||
URL as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The URL including all the other values. | ||||
UserAuthenticationModule as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The Module which will prove the password for this URL. | ||||
Notes:
Normally you don't care for that. | ||||
UserName as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The user name for this URL. | ||||
volume as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The volume for this URL. | ||||
Notes:
If you want to mount a volume this is the name for this volume. | ||||
zone as string | ||||
property, AFP | So, 14. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
The Apple Talk zone for this URL. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.